home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issue 11 / develop 11 code / Exceptions / Exceptions.rsrc.make < prev    next >
Encoding:
Text File  |  1992-07-15  |  1.2 KB  |  48 lines  |  [TEXT/MPS ]

  1.  
  2. #*********************************************************************
  3. #
  4. #    FILENAME
  5. #        Exceptions.rsrc.make
  6. #
  7. #    DESCRIPTION
  8. #        This is the make file for Exceptions.rsrc. See Exceptions.h
  9. #        and Exceptions.build for more information.
  10. #
  11. #    COPYRIGHT
  12. #        Copyright © Apple Computer, Inc. 1991
  13. #        All rights reserved.
  14. #
  15. #    MODIFICATION HISTORY
  16. #        11/05/91    Sean Parent
  17. #            1) Created
  18. #    
  19. #*********************************************************************
  20.  
  21. {Targets}Exceptions.rsrc    ƒ    {Sources}Exceptions.rsrc.make    ∂
  22.                                         {Objects}DPrintf                    ∂
  23.                                         {Sources}Exceptions.r
  24.     Rez    -o {Targets}Exceptions.rsrc            ∂
  25.             -s {Objects}                                ∂
  26.             -t rsrc                                        ∂
  27.             -c RSED                                        ∂
  28.             {Sources}Exceptions.r
  29.  
  30. {Objects}DPrintf                ƒ    {Sources}Exceptions.rsrc.make    ∂
  31.                                         {Objects}DPrintf.c.o
  32.     Link    -o {Objects}DPrintf                    ∂
  33.             -sg Main=STDIO,STDCLIB                ∂
  34.             -d                                            ∂
  35.             {Sources}dcmdGlue.a.o                ∂
  36.             {Objects}DPrintf.c.o                    ∂
  37.             {Sources}put.c.o                        ∂
  38.             {Sources}DRuntime.o                    ∂
  39.             "{Libraries}"Interface.o            ∂
  40.             "{CLibraries}"StdCLib.o
  41.     BuildDcmd {Objects}dprintf 129
  42.  
  43. {Objects}DPrintf.c.o            ƒ    {Sources}Exceptions.rsrc.make    ∂
  44.                                         {Sources}DPrintf.c
  45.     C    -o {Objects}DPrintf.c.o                    ∂
  46.         {COptions}                                    ∂
  47.         {Sources}DPrintf.c
  48.